object FrmNewUpdate: TFrmNewUpdate Left = 371 Top = 223 BorderStyle = bsDialog Caption = 'Check for updates' ClientHeight = 349 ClientWidth = 376 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 10 Top = 11 Width = 353 Height = 101 Caption = ' New Update Available ' TabOrder = 0 object LabelCurrent: TLabel Left = 112 Top = 24 Width = 62 Height = 13 Caption = 'LabelCurrent' end object labelNewVersion: TLabel Left = 112 Top = 48 Width = 31 Height = 13 Caption = 'Label1' end object LabelReleaseDate: TLabel Left = 112 Top = 72 Width = 31 Height = 13 Caption = 'Label1' end object Label1: TLabel Left = 16 Top = 24 Width = 83 Height = 13 Caption = 'Installed Version:' end object Label2: TLabel Left = 16 Top = 48 Width = 79 Height = 13 Caption = 'Current Version:' end object Label3: TLabel Left = 16 Top = 72 Width = 68 Height = 13 Caption = 'Release Date:' end end object GroupBox2: TGroupBox Left = 10 Top = 120 Width = 353 Height = 185 Caption = ' Release notes ' TabOrder = 1 object Memo1: TMemo Left = 7 Top = 18 Width = 336 Height = 161 BorderStyle = bsNone Color = clBtnFace ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end object Button1: TButton Left = 144 Top = 317 Width = 105 Height = 23 Caption = 'Download update' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 256 Top = 317 Width = 105 Height = 23 Cancel = True Caption = '&Close' ModalResult = 2 TabOrder = 3 end end